.news-container h2 {
	text-align: left;
	text-indent: 2em;
}

.news-container .big_title {
	font-size: 24px;
	background-color: rgb(0, 116, 64);
	color: white;
}

.news-container .small_title {
	font-size: 18px;
	color: rgb(0, 116, 64);
}

.news-container p {
	line-height: 2.5;
	font-size: 16px;
	text-indent: 2em;
}

.news-container figure {
	text-align: center;
}